home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / darkmelt.swf / scripts / DefineButton2_219 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-07  |  252b  |  13 lines

  1. on(release){
  2.    if(editorCode_mc._x == 4)
  3.    {
  4.       editorCode_mc._x = 1000;
  5.    }
  6.    else if(editorCode_mc._x == 1000)
  7.    {
  8.       editorCode_mc.swapDepths(this.getNextHighestDepth());
  9.       editorCode_mc._x = 4;
  10.       saveLevel(0);
  11.    }
  12. }
  13.